Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement "live-instances" method #201

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

beetlebugorg
Copy link
Contributor

This adds live-instances property to aws::load-balancer which is always the current instance in the load balancer.

Jeremy Collins added 4 commits January 14, 2020 15:37
Trying to refactor this to more closely match the API/Model of AWS while also providing the ability to get the current live instances within a Gyro workflow.

The issue is that if you use query for an ELB and grab the instances while in a workflow the instances might be missing since they could have been added in a previous workflow stage. Gyro doesn't automatically refresh after the stage so the next stage won't see them.

Specifically happens if an autoscale group is adding the instances to the ELB.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant